portableSql

Tan Portable SQL Function

Syntax

Tan as N (Radians as N)

Arguments

RadiansNumeric

A numeric value

Returns

resultNumeric

Returns the tangent of the angle.

Description

Returns the tangent of an angle expressed in radians.

Discussion

The Tan function returns the tangent of an angle expressed in radians.

Tan() function executed on the Northwind Access database
SELECT FIRST 1 Tan(0.8) AS EXPR1 FROM Products
 = 1.02963855705036